type context.stringer

3 uses

	context (current package)
		context.go#L513: type stringer interface {
		context.go#L518: 	if s, ok := c.(stringer); ok {
		context.go#L733: 	case stringer: